home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / jpeg / inst / README.sgi < prev   
Text File  |  1994-08-01  |  3KB  |  76 lines

  1.  
  2.  
  3.  
  4.                                README for jpeg
  5.  
  6.         software to implement JPEG image compression and decompression
  7.  
  8.  
  9.  
  10.  
  11.     This directory contains an sgi inst-able image for jpeg version 4,
  12.     and includes the complete source for jpeg, preconfigured to compile 
  13.     under 5.1 Irix, as well as pre-built 5.1 binaries and man page.  
  14.     Along with all the files included in the inst image (see README.inst) 
  15.     the following files also exist in this directory:
  16.  
  17.  
  18.       README.jpeg : intro, general usage, details, hints
  19.       README.jpegv4src: release 4 jpeg src README
  20.       README.inst : giving the low-down on the sgi inst-able image 
  21.       README.sgi  : this file
  22.       jpeg.manPage: ascii version of the man page, all 55 pages of it.
  23.  
  24.  
  25.  
  26.     The inclusion of this inst-able image of jpeg would not have been 
  27.     possible without the generous help of Robert Keller.
  28.  
  29.  
  30.     follows are the  beginnings of cjpeg and djpeg man pages:
  31.  
  32.  _____________________________________________________________________________
  33.  
  34.      CJPEG(1)         UNIX System V (4 November 1992)         CJPEG(1)
  35.  
  36.      NAME
  37.           cjpeg - compress an image file to a JPEG file
  38.  
  39.      SYNOPSIS
  40.           cjpeg [ -quality N ] [ -grayscale ] [ -optimize ] [ -targa ]
  41.           [ -maxmemory N ] [ -restart N ] [ -smooth N ] [ -verbose ] [
  42.           -debug ] [ -arithmetic ] [ -nointerleave ] [ -qtables file ]
  43.           [ -sample HxV[,...]  ] [ filename ]
  44.  
  45.      DESCRIPTION
  46.           cjpeg compresses the named image file, or the standard input
  47.           if no file is named, and produces a JPEG/JFIF file on the
  48.           standard output.  The currently supported input file formats
  49.           are: PPM (PBMPLUS color format), PGM (PBMPLUS gray-scale
  50.           format), GIF, Targa, and RLE (Utah Raster Toolkit format).
  51.           (RLE is supported only if the URT library is available.)
  52.  
  53.  
  54.                _____________________________________________
  55.  
  56.  
  57.  
  58.      DJPEG(1)          UNIX System V (2 August 1992)          DJPEG(1)
  59.  
  60.      NAME
  61.           djpeg - decompress a JPEG file to an image file
  62.  
  63.      SYNOPSIS
  64.           djpeg [ -colors N ] [ -gif ] [ -pnm ] [ -rle ] [ -targa ] [
  65.           -blocksmooth ] [ -grayscale ] [ -maxmemory N ] [ -nodither ]
  66.           [ -onepass ] [ -verbose ] [ -debug ] [ filename ]
  67.  
  68.      DESCRIPTION
  69.           djpeg decompresses the named JPEG file, or the standard
  70.           input if no file is named, and produces an image file on the
  71.           standard output.  PBMPLUS (PPM/PGM), GIF, Targa, or RLE
  72.           (Utah Raster Toolkit) output format can be selected.  (RLE
  73.           is supported only if the URT library is available.)
  74.  
  75.  
  76.